zero matrix  
4 results


zero matrix - A matrix for which all elements are equal to 0.

Basic m x n Matrix Operations
Free Basic m x n Matrix Operations Calculator - Given 2 matrices |A| and |B|, this performs the following basic matrix operations
* Matrix Addition |A| + |B|
* Matrix Subtraction |A| - |B|
* Matrix Multiplication |A| x |B|
* Scalar multiplication rA where r is a constant.

Digraph Items
Free Digraph Items Calculator - Given a digraph, this determines the leader, and symmetric matrix.

Markov Chain
Free Markov Chain Calculator - Given a transition matrix and initial state vector, this runs a Markov Chain process.

Matrix Properties
Free Matrix Properties Calculator - Given a matrix |A|, this calculates the following items if they exist:
* Determinant = det(A)
* Inverse = A-1
* Transpose = AT
* Adjoint = adj(A)
* Eigen equation (characteristic polynomial) = det|λI - A|
* Trace = tr(A)
* Gauss-Jordan Elimination using Row Echelon and Reduced Row Echelon Form
* Dimensions of |A| m x n
* Order of a matrix
* Euclidean Norm ||A||
* Magic Sum if it exists
* Determines if |A| is an Exchange Matrix